home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / psp151.zip / PSPRINT.DOC < prev    next >
Text File  |  1991-11-03  |  11KB  |  280 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ExtraDOS Toolbox Professional
  10. _______________________________________
  11.  
  12. PSPRINT Users Manual
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. Copyright (c) 1985-91 Foley Hi-Tech Systems
  34.  
  35.  
  36.  
  37. License Agreement
  38.  
  39. This software is protected by both United States copyright law and
  40. international treaty provisions. Therefore, you must treat this software
  41. "just like a book," with the following single exception. Foley Hi-Tech
  42. Systems authorizes you to make archival copies of the software for the
  43. sole purpose of backing up our software and protecting your investment
  44. from loss. By saying, "just like a book," Foley Hi-Tech Systems means
  45. that this software may be used by any number of people and may be
  46. freely moved from one computer location to another, provided there is
  47. absolutely no possibility of it being used at one location at the same time
  48. it is being used at another. Just as a book cannot be read by two
  49. different people in two different places at the same time, the software
  50. may not be used by two different people in two different places at the
  51. same time.
  52.  
  53. You may not make copies of the software documentation or disk, except
  54. as described above. You may not distribute, rent, sublicense, or lease
  55. the software or the documentation. You may not alter, modify, or adapt
  56. the software or documentation, including but not limited to translating,
  57. decompiling, reverse assembling, or creating derivative works. You may
  58. not use the software in a network, timesharing, multiple CPU, or multi-
  59. user environment unless each user is licensed by Foley Hi-Tech
  60. Systems.
  61.  
  62.  
  63.  
  64. Limited Warranty
  65.  
  66. In the event of notification of defects in material or workmanship, within
  67. the warranty period of 45 days from the date of purchase, Foley Hi-Tech
  68. Systems will, at its option, replace the defective diskette or refund the
  69. license fee. If you need to return a product, call the Foley Hi-Tech
  70. Systems Technical Support Service Department to obtain a return
  71. authorization number. The remedy for breach of this warranty shall be
  72. limited to replacement or refund and shall not encompass any other
  73. damages, including but not limited to loss of profit, and special,
  74. incidental, consequential, or other similar claims.
  75.  
  76. Foley Hi-Tech Systems specifically disclaims all other warranties,
  77. expressed or implied, including but not limited to implied warranties of
  78. merchantability and fitness for a particular purpose with respect to
  79. defects in the diskette and documentation, and the program license
  80. granted herein in particular, and without limiting operation of the program
  81. license with respect to any particular application, use, or purpose. In no
  82. event shall Foley Hi-Tech Systems be liable for any loss of profit or any
  83. other commercial damage, including but not limited to special, incidental,
  84. consequential, or other damages. This statement shall be construed,
  85. interpreted, and governed by the laws of the State of California.
  86.  
  87. Trademark Information
  88.  
  89. ExtraDOS Toolbox is a trademark of Foley Hi-Tech Systems.
  90. MS-DOS is a trademark of Microsoft Corporation.
  91.  
  92. Introduction
  93. ___________________________________________________________
  94.  
  95.  
  96. ExtraDOS is a compilation of tools useful to Microsoft DOS users.  I
  97. originally wrote the first version of ExtraDOS under MS-DOS because
  98. I found a need for them and there were no commercially available products
  99. which provided these functions.  Some ExtraDOS tools were designed to
  100. enhance programs already found in MS-DOS.  Other tools were familiar to the
  101. Unix world, but were not available in MS-DOS.  In addition, ExtraDOS
  102. compliments PC-Tools and Norton Utilities with added tools these
  103. programs do not provide.  ExtraDOS has grown and added many new programs
  104. and features over the past 6 years and now includes over 50 utilities.
  105.  
  106. Over thirty of the ExtraDOS Toolbox utilities have been selected by Paul
  107. Somerson, former Executive Editor of PC Magazine, for Bantam Books',
  108. DOS Power Tools, 2nd Edition, Revised and Expanded for DOS 5.0.
  109.  
  110.  
  111.  
  112. David R. Foley
  113.  
  114. PSPRINT - Print ASCII files to a Postscript Printer
  115. ___________________________________________________________
  116.  
  117.  
  118. Description
  119.  
  120. PSPRINT is a utility that allows you to print DOS ASCII Text files on a
  121. PostScript device without any conversion.  PSPRINT is based on a unix
  122. filter taking STDIN input and sending the converted text to STDOUT
  123. output.  By rerouting the output to the printer and specifying an input file
  124. name PSPRINT will print the file to the printer specified.  The default
  125. settings may be modified at a run time basis by using the optional
  126. parameters on the command line.  To set a default output mode you can
  127. specify the environment variable PSPOUT=[destination] in your
  128. AUTOEXEC.BAT file.  By using PSPOUT=LPT1 the output will be
  129. redirected to the LPT1 printer port rather than STDOUT.
  130.  
  131.  
  132. Version
  133.  
  134. 1.51  11/03/91
  135.  
  136.  
  137. Command Format
  138.  
  139. PSPRINT [options] filename
  140.  
  141.  
  142.  
  143. PSPRINT - Print ASCII files to a Postscript Printer
  144. ___________________________________________________________
  145.  
  146.  
  147. Options
  148.  
  149. -m[xx]         set left margin (in points) (24)
  150. -t[xx]         set top margin (in points) (24)
  151. -l[xx]         set leading (points between lines) (11.5)
  152. -p[xx]         set pointsize of font (10)
  153. -f[name]       set font name (Courier)
  154. -n[xx]         number of lines per page (66)
  155. -i             ignore form feed
  156. -c[x]          number of copies to print.  Default is 1
  157. -noh           suppress the header information
  158.  
  159.  
  160.  
  161. TECHNICAL SUPPORT
  162. ___________________________________________________________
  163.  
  164.  
  165. Many times we get calls from people asking questions that can be solved
  166. easily by checking through the manual before calling tech support. We
  167. ask that you browse the manual and look for information pertaining to
  168. your particular problem before calling. This can often save you time, as
  169. we take a collection of our most common questions and try to address
  170. them in this manual.
  171.  
  172. We offer alternative methods in addition to the conventional phone
  173. support, such as a multi-line 24-hour BBS system. We also monitor most
  174. technical conferences in the BBS Interlink and RelayNet networks as well
  175. as many of the conferences on the CompuServe Information System.
  176. You may send messages and questions via any of these services.
  177.  
  178. Currently our Tech Support office is staffed Monday through Friday from
  179. 9:00 a.m. to 5:00 p.m. Pacific Time. There is a chance, however, that
  180. someone is in the office outside of this time frame. If so, we will gladly
  181. answer your questions outside the normal business hours.
  182.  
  183. Foley Hi-Tech Systems
  184. Technical Support Department
  185. 172 Amber Drive
  186. San Francisco, CA  94131-1642
  187. (415) 826-6084
  188. (415) 826-1706 FAX
  189. (415) 826-1707 BBS
  190. 70262,1463 CompuServe
  191.  
  192.  
  193.  
  194. Credits
  195. _________________________________________________________
  196.  
  197.  
  198. This collection of utilities started out as a small set of home grown tools
  199. that I just could not stand to live without.  Many times someone would
  200. see me using them and ask for a copy.  This was a big mistake.  All of
  201. the sudden I had to debug my code.  Someone would call me up and
  202. remind me of some problem with a utility that I had written or asked me
  203. to just add this one little feature.  Six years later the package has
  204. evolved to its current state.  Along the way I have had the help of many
  205. people in testing and ideas for products.  I would like to thank all of those
  206. people who have of course registered these utilities as this is now a new
  207. incentive for continuing to expand them.  More specifically I'd like to
  208. thank the following people:
  209.  
  210. Kathy Smith.  For her never ending understanding and support of this
  211. time consuming project.
  212.  
  213. Jay Wessel.  Relentless Testing & suggestions.  Jay's never ending
  214. pursuit to find bugs and abnormalities in the programs is always
  215. appreciated.
  216.  
  217. Mike Blaszczak.  "Nifty James" shareware author who had some good
  218. ideas of which we have expanded upon.  Mike is responsible for the
  219. original versions of CHIMES, EVAL and  FILEFIND.
  220.  
  221. Mike Viens.  Mike was the original author of the NAMEDIR and
  222. FILEATTR programs.  His original utilities where known as the
  223. FANTASTIC utilities.
  224.  
  225. Mike Molloy.  AREA was based on Mike's original FAC area code TSR.
  226. Mike has updated the AREA program with many new features as well as
  227. helping with the SHELL and INTERACTIVE Mode programs.
  228.  
  229. Credits
  230. _________________________________________________________
  231.  
  232.  
  233. Bill McKee.  Bill helped write and update many of the ExtraDOS utilities
  234. including CLEANUP, BROWSE and SHELL.
  235.  
  236. Ross Wentworth.  Ross has been a key help in developing the 4.0
  237. release of this product including work on most of the TSR and Device
  238. Driver programs.  Ross has worked on ALARMCLK, BOOTLOCK, BOOTPAST,
  239. BRKBOX, CHIMES, CLEANFL, CURLOCK, CURSOR, CUTPASTE, DELAY, FILEINFO,
  240. SCROLLBK, TURBOBAT, USEMEM.
  241.  
  242. PC Magazine.  PC Magazine has inspired some of these utilities with
  243. good ideas published in the technical articles seen in every issue.  Some
  244. of our utilities taken an idea of a program that they have published and
  245. built a very usable utility from it.
  246.  
  247.  
  248. FHTS Products
  249. _________________________________________________________
  250.  
  251. ExtraDOS Toolbox Professional■. A large collection of over 50 utilities
  252. that DOS forgot. Includes many helpful utilities that enhance MS-DOS
  253. machines. Featured in the DOS Power Tools, 2nd Edition, Revised for
  254. DOS 5.0 book by Bantam Books.
  255.  
  256. Safety Disk■ .  Safety Disk saves all of your systems vital information
  257. and will solve most problems due to:  Loss of battery power, Loss of
  258. CMOS information, accidental deletion of boot files, virus damage to boot
  259. disk.
  260.  
  261. Coach Database System■. CDBS provides a method for tracking and
  262. evaluating NBA teams, NBA players, and college players. It supplies a
  263. comprehensive report generator for building decision support reports on
  264. scouted players.
  265.  
  266. Press Gate Manager■. Software for event organizers. Creates and
  267. maintains a database of events and guests with the ability to track
  268. seating by type, location, and person. Produces seating charts and labels
  269. for press passes.
  270.  
  271. FINDB■.  Financial Database System for tracking shareholders in a
  272. company.  Allows the instant retrieval of information based on any part
  273. of a persons account id, ss#, zip code etc.  Has support for completely
  274. customized HP Laserjet tax forms.  Ideal for generating K1 tax reports
  275. for limited partnerships.
  276.  
  277. StatView■.  Software that keeps track of all players in the NBA.
  278. Includes dial in capability for daily updates on transactions, statistics and
  279. penalties.
  280.